projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71178ed
)
(gamegrid-user-score-file-directory): Use user-emacs-directory.
author
Chong Yidong
<cyd@stupidchicken.com>
Wed, 13 Jun 2007 00:05:37 +0000
(
00:05
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Wed, 13 Jun 2007 00:05:37 +0000
(
00:05
+0000)
lisp/play/gamegrid.el
patch
|
blob
|
history
diff --git
a/lisp/play/gamegrid.el
b/lisp/play/gamegrid.el
index a5689e6f0eaf774584b0512bc7ea2ecd8731e741..0c49d81ec06bb91bdd3ebade8392079049364bf2 100644
(file)
--- a/
lisp/play/gamegrid.el
+++ b/
lisp/play/gamegrid.el
@@
-66,7
+66,8
@@
(defvar gamegrid-score-file-length 50
"Number of high scores to keep")
-(defvar gamegrid-user-score-file-directory "~/.emacs.d/games"
+(defvar gamegrid-user-score-file-directory
+ (concat user-emacs-directory "games")
"A directory for game scores which can't be shared.
If Emacs was built without support for shared game scores, then this
directory will be used.")